Gets the element at the specified index.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As System.Integer _
) As
public this[
System.int
]; {get;}
Parameters
- index
- The zero-based index of the element to get.
Property Value
The element at specified index.